home *** CD-ROM | disk | FTP | other *** search
- object Picts_Frm: TPicts_Frm
- Left = 209
- Top = 161
- Width = 484
- Height = 379
- BorderIcons = [biSystemMenu, biMinimize]
- Caption = 'Thumbnail View Window'
- Font.Color = clBlack
- Font.Height = -11
- Font.Name = 'Arial'
- Font.Style = [fsBold]
- Icon.Data = {<image000.ico>}
- Position = poScreenCenter
- PrintScale = poNone
- ShowHint = True
- OnCreate = FormCreate
- OnDblClick = FormDblClick
- OnResize = FormResize
- PixelsPerInch = 96
- TextHeight = 14
- object Panel1: TPanel
- Left = 0
- Top = 317
- Width = 476
- Height = 35
- Align = alBottom
- TabOrder = 0
- object Label1: TLabel
- Left = 200
- Top = 5
- Width = 15
- Height = 12
- Caption = '-'
- Font.Color = clBlack
- Font.Height = -9
- Font.Name = 'Arial'
- Font.Style = []
- ParentFont = False
- end
- object PrintBtn: TSpeedButton
- Left = 86
- Top = 5
- Width = 25
- Height = 25
- Hint = 'Copy to Clipboard'
- Glyph.Data = {
- 76010000424D7601000000000000760000002800000020000000100000000100
- 04000000000000010000130B0000130B00000000000000000000000000000000
- 800000800000008080008000000080008000808000007F7F7F00BFBFBF000000
- FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF003333330B7FFF
- FFB0333333777F3333773333330B7FFFFFB0333333777F3333773333330B7FFF
- FFB0333333777F3333773333330B7FFFFFB03FFFFF777FFFFF77000000000077
- 007077777777777777770FFFFFFFF00077B07F33333337FFFF770FFFFFFFF000
- 7BB07F3FF3FFF77FF7770F00F000F00090077F77377737777F770FFFFFFFF039
- 99337F3FFFF3F7F777FF0F0000F0F09999937F7777373777777F0FFFFFFFF999
- 99997F3FF3FFF77777770F00F000003999337F773777773777F30FFFF0FF0339
- 99337F3FF7F3733777F30F08F0F0337999337F7737F73F7777330FFFF0039999
- 93337FFFF7737777733300000033333333337777773333333333}
- NumGlyphs = 2
- OnClick = PrintBtnClick
- end
- object Led1: TBSLed
- Left = 122
- Top = 9
- Width = 16
- Height = 16
- Hint = 'Thumbnail view valid.'
- BackColor = clBlack
- BorderWidth = 0
- LightOn = True
- end
- object LoadBtn: TBitBtn
- Left = 5
- Top = 7
- Width = 64
- Height = 22
- Caption = 'Load'
- TabOrder = 0
- Visible = False
- OnClick = FormDblClick
- Kind = bkOK
- end
- object CancelBtn: TBitBtn
- Left = 6
- Top = 7
- Width = 71
- Height = 22
- Hint = 'Cancel loading thumbnails.'
- Enabled = False
- TabOrder = 1
- OnClick = CancelBtnClick
- Kind = bkCancel
- end
- object ProgressBar1: TProgressBar
- Left = 200
- Top = 22
- Width = 265
- Height = 9
- Hint = 'Progress of thumbnail page drawing.'
- Min = 0
- Max = 100
- TabOrder = 2
- end
- object SpinEdit1: TSpinEdit
- Left = 150
- Top = 6
- Width = 42
- Height = 23
- Hint = 'Set size of thumbnail (pixels).'
- Increment = 5
- MaxValue = 100
- MinValue = 30
- TabOrder = 3
- Value = 30
- OnChange = SpinEdit1Change
- end
- end
- object ScrollBox1: TScrollBox
- Left = 0
- Top = 33
- Width = 476
- Height = 284
- HorzScrollBar.Visible = False
- Align = alClient
- TabOrder = 1
- object Image2: TImage
- Left = 0
- Top = 0
- Width = 472
- Height = 500
- Align = alTop
- OnMouseDown = Image2MouseDown
- end
- end
- object Panel2: TPanel
- Left = 0
- Top = 0
- Width = 476
- Height = 33
- Align = alTop
- TabOrder = 2
- object TabControl1: TTabControl
- Left = 1
- Top = 2
- Width = 474
- Height = 30
- Hint = 'Select thumbnail page.'
- Align = alBottom
- TabOrder = 0
- TabWidth = 25
- OnChange = TabControl1Change
- OnChanging = TabControl1Changing
- end
- end
- end
-